SftTabs/NET 6.0

Name Property, TabClass Class

Softel vdm, Inc.

Defines the tab's name (used to access the tab by name instead of by index).

Syntax      TabClass Class (Softelvdm.SftTabsNET)

VB   

Public Property Name As String

C#   

public string Name { get; set; }

C++   

public: property String^ Name {
        String^ get();
        void set(String^ value);
}

Property Value

The tab's name.

The default value is an empty string.

Comments

The Name property defines the tab's name (used to access the tab by name instead of by index).

The tab's name is only used internally by an application instead of using a tab index. The tab name is not visible to the end-user of an application. The TabCollection.Item property can be used to locate tabs based on their defined name.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com